#rich-footer{
    width: 100%;
    height: auto;
    background: #004198;
    padding-bottom: 10px;
}
#rich-footer .footNav-list{
	float: left;
	width: 16.66%;
	margin-top: 60px;
}
#rich-footer .footNav-list a{
	color: #fff;
	font-size: 16px;
}
#ft-leftInapp-listCtn,#ft-rightInapp-listCtn{
	float: left;
}
#rich-footer .ft-underNav-list a{
	font-size: 14px;
	line-height: 30px;
}
.footNav-list ul{
	margin-top: 46px;
}
#ft-rightInapp-listCtn{
	margin-left: 20px;
}
.rich-copy-right-ctn{
	width: 100%;
	height: 54px;
	border-top: 1px solid #5983bc;
	background: #004198;
}
.rich-copy-right-ctn p,.rich-copy-right-ctn a{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 54px;
}
.qCode-ctn{
	width: 82px;
	height: 80px;
}


@media only screen and (max-width: 980px) {
	#foot-inApp,#foot-service{
		display: none;
	}
	#rich-footer .footNav-list{
		width: 100%;
		margin-top: 30px;
	}
	.footNav-list ul{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 750px) {
	#rich-footer .footNav-list>a{
		font-size: 20px;
	}
	.rich-copy-right-ctn>div{
		width: 100%;
		height: 100%;
	}
	.rich-copy-right-ctn p{
		height: 100%;
		padding-top: 10px;
		box-sizing: border-box;
		line-height: unset;
	}
	.rich-copy-right-ctn a{
		line-height: unset;
	}
}